Import Fixed Width Data File
Imports fixed width data from a file using a defined number of characters per column.

Input
Read Data From File
| Name | Required | Description |
|---|---|---|
| File Path | The full path to the file | |
| Columns | The columns that make up the file |
Advanced
| Name | Required | Description |
|---|---|---|
| Trim Whitespace | Configure whether fields are trimmed of whitespace. Can specify trimming the left or right of the field, both or neither | |
| Fixed Width Mode | Configure how the final column is parsed. Some files may terminate a line early or have a large unused buffer at the last field in a line |
Output
Output Table The table read from the provided file